3.6.76 \(\int \frac {x^3 \sqrt {a+b x}}{\sqrt {c+d x}} \, dx\) [576]

Optimal. Leaf size=251 \[ -\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \sqrt {a+b x} \sqrt {c+d x}}{64 b^3 d^4}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}+\frac {(b c-a d) \left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \tanh ^{-1}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {b} \sqrt {c+d x}}\right )}{64 b^{7/2} d^{9/2}} \]

[Out]

1/64*(-a*d+b*c)*(5*a^3*d^3+9*a^2*b*c*d^2+15*a*b^2*c^2*d+35*b^3*c^3)*arctanh(d^(1/2)*(b*x+a)^(1/2)/b^(1/2)/(d*x
+c)^(1/2))/b^(7/2)/d^(9/2)+1/4*x^2*(b*x+a)^(3/2)*(d*x+c)^(1/2)/b/d+1/96*(b*x+a)^(3/2)*(35*b^2*c^2+22*a*b*c*d+1
5*a^2*d^2-4*b*d*(5*a*d+7*b*c)*x)*(d*x+c)^(1/2)/b^3/d^3-1/64*(5*a^3*d^3+9*a^2*b*c*d^2+15*a*b^2*c^2*d+35*b^3*c^3
)*(b*x+a)^(1/2)*(d*x+c)^(1/2)/b^3/d^4

________________________________________________________________________________________

Rubi [A]
time = 0.12, antiderivative size = 251, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {102, 152, 52, 65, 223, 212} \begin {gather*} \frac {(a+b x)^{3/2} \sqrt {c+d x} \left (15 a^2 d^2-4 b d x (5 a d+7 b c)+22 a b c d+35 b^2 c^2\right )}{96 b^3 d^3}-\frac {\sqrt {a+b x} \sqrt {c+d x} \left (5 a^3 d^3+9 a^2 b c d^2+15 a b^2 c^2 d+35 b^3 c^3\right )}{64 b^3 d^4}+\frac {(b c-a d) \left (5 a^3 d^3+9 a^2 b c d^2+15 a b^2 c^2 d+35 b^3 c^3\right ) \tanh ^{-1}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {b} \sqrt {c+d x}}\right )}{64 b^{7/2} d^{9/2}}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^3*Sqrt[a + b*x])/Sqrt[c + d*x],x]

[Out]

-1/64*((35*b^3*c^3 + 15*a*b^2*c^2*d + 9*a^2*b*c*d^2 + 5*a^3*d^3)*Sqrt[a + b*x]*Sqrt[c + d*x])/(b^3*d^4) + (x^2
*(a + b*x)^(3/2)*Sqrt[c + d*x])/(4*b*d) + ((a + b*x)^(3/2)*Sqrt[c + d*x]*(35*b^2*c^2 + 22*a*b*c*d + 15*a^2*d^2
 - 4*b*d*(7*b*c + 5*a*d)*x))/(96*b^3*d^3) + ((b*c - a*d)*(35*b^3*c^3 + 15*a*b^2*c^2*d + 9*a^2*b*c*d^2 + 5*a^3*
d^3)*ArcTanh[(Sqrt[d]*Sqrt[a + b*x])/(Sqrt[b]*Sqrt[c + d*x])])/(64*b^(7/2)*d^(9/2))

Rule 52

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(a + b*x)^(m + 1)*((c + d*x)^n/(b*(
m + n + 1))), x] + Dist[n*((b*c - a*d)/(b*(m + n + 1))), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 102

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[b*(a +
b*x)^(m - 1)*(c + d*x)^(n + 1)*((e + f*x)^(p + 1)/(d*f*(m + n + p + 1))), x] + Dist[1/(d*f*(m + n + p + 1)), I
nt[(a + b*x)^(m - 2)*(c + d*x)^n*(e + f*x)^p*Simp[a^2*d*f*(m + n + p + 1) - b*(b*c*e*(m - 1) + a*(d*e*(n + 1)
+ c*f*(p + 1))) + b*(a*d*f*(2*m + n + p) - b*(d*e*(m + n) + c*f*(m + p)))*x, x], x], x] /; FreeQ[{a, b, c, d,
e, f, n, p}, x] && GtQ[m, 1] && NeQ[m + n + p + 1, 0] && IntegerQ[m]

Rule 152

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.)*((e_) + (f_.)*(x_))*((g_.) + (h_.)*(x_)), x_Symbol]
:> Simp[(-(a*d*f*h*(n + 2) + b*c*f*h*(m + 2) - b*d*(f*g + e*h)*(m + n + 3) - b*d*f*h*(m + n + 2)*x))*(a + b*x)
^(m + 1)*((c + d*x)^(n + 1)/(b^2*d^2*(m + n + 2)*(m + n + 3))), x] + Dist[(a^2*d^2*f*h*(n + 1)*(n + 2) + a*b*d
*(n + 1)*(2*c*f*h*(m + 1) - d*(f*g + e*h)*(m + n + 3)) + b^2*(c^2*f*h*(m + 1)*(m + 2) - c*d*(f*g + e*h)*(m + 1
)*(m + n + 3) + d^2*e*g*(m + n + 2)*(m + n + 3)))/(b^2*d^2*(m + n + 2)*(m + n + 3)), Int[(a + b*x)^m*(c + d*x)
^n, x], x] /; FreeQ[{a, b, c, d, e, f, g, h, m, n}, x] && NeQ[m + n + 2, 0] && NeQ[m + n + 3, 0]

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rubi steps

\begin {align*} \int \frac {x^3 \sqrt {a+b x}}{\sqrt {c+d x}} \, dx &=\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {\int \frac {x \sqrt {a+b x} \left (-2 a c+\frac {1}{2} (-7 b c-5 a d) x\right )}{\sqrt {c+d x}} \, dx}{4 b d}\\ &=\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}-\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \int \frac {\sqrt {a+b x}}{\sqrt {c+d x}} \, dx}{64 b^3 d^3}\\ &=-\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \sqrt {a+b x} \sqrt {c+d x}}{64 b^3 d^4}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}+\frac {\left ((b c-a d) \left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right )\right ) \int \frac {1}{\sqrt {a+b x} \sqrt {c+d x}} \, dx}{128 b^3 d^4}\\ &=-\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \sqrt {a+b x} \sqrt {c+d x}}{64 b^3 d^4}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}+\frac {\left ((b c-a d) \left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right )\right ) \text {Subst}\left (\int \frac {1}{\sqrt {c-\frac {a d}{b}+\frac {d x^2}{b}}} \, dx,x,\sqrt {a+b x}\right )}{64 b^4 d^4}\\ &=-\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \sqrt {a+b x} \sqrt {c+d x}}{64 b^3 d^4}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}+\frac {\left ((b c-a d) \left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right )\right ) \text {Subst}\left (\int \frac {1}{1-\frac {d x^2}{b}} \, dx,x,\frac {\sqrt {a+b x}}{\sqrt {c+d x}}\right )}{64 b^4 d^4}\\ &=-\frac {\left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \sqrt {a+b x} \sqrt {c+d x}}{64 b^3 d^4}+\frac {x^2 (a+b x)^{3/2} \sqrt {c+d x}}{4 b d}+\frac {(a+b x)^{3/2} \sqrt {c+d x} \left (35 b^2 c^2+22 a b c d+15 a^2 d^2-4 b d (7 b c+5 a d) x\right )}{96 b^3 d^3}+\frac {(b c-a d) \left (35 b^3 c^3+15 a b^2 c^2 d+9 a^2 b c d^2+5 a^3 d^3\right ) \tanh ^{-1}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {b} \sqrt {c+d x}}\right )}{64 b^{7/2} d^{9/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.63, size = 208, normalized size = 0.83 \begin {gather*} \frac {b \sqrt {a+b x} \sqrt {c+d x} \left (15 a^3 d^3+a^2 b d^2 (17 c-10 d x)+a b^2 d \left (25 c^2-12 c d x+8 d^2 x^2\right )+b^3 \left (-105 c^3+70 c^2 d x-56 c d^2 x^2+48 d^3 x^3\right )\right )-3 \sqrt {\frac {b}{d}} \left (35 b^4 c^4-20 a b^3 c^3 d-6 a^2 b^2 c^2 d^2-4 a^3 b c d^3-5 a^4 d^4\right ) \log \left (\sqrt {a+b x}-\sqrt {\frac {b}{d}} \sqrt {c+d x}\right )}{192 b^4 d^4} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^3*Sqrt[a + b*x])/Sqrt[c + d*x],x]

[Out]

(b*Sqrt[a + b*x]*Sqrt[c + d*x]*(15*a^3*d^3 + a^2*b*d^2*(17*c - 10*d*x) + a*b^2*d*(25*c^2 - 12*c*d*x + 8*d^2*x^
2) + b^3*(-105*c^3 + 70*c^2*d*x - 56*c*d^2*x^2 + 48*d^3*x^3)) - 3*Sqrt[b/d]*(35*b^4*c^4 - 20*a*b^3*c^3*d - 6*a
^2*b^2*c^2*d^2 - 4*a^3*b*c*d^3 - 5*a^4*d^4)*Log[Sqrt[a + b*x] - Sqrt[b/d]*Sqrt[c + d*x]])/(192*b^4*d^4)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(573\) vs. \(2(219)=438\).
time = 0.06, size = 574, normalized size = 2.29

method result size
default \(-\frac {\sqrt {b x +a}\, \sqrt {d x +c}\, \left (-96 b^{3} d^{3} x^{3} \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}-16 a \,b^{2} d^{3} x^{2} \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+112 b^{3} c \,d^{2} x^{2} \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+15 \ln \left (\frac {2 b d x +2 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+a d +b c}{2 \sqrt {b d}}\right ) a^{4} d^{4}+12 \ln \left (\frac {2 b d x +2 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+a d +b c}{2 \sqrt {b d}}\right ) a^{3} b c \,d^{3}+18 \ln \left (\frac {2 b d x +2 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+a d +b c}{2 \sqrt {b d}}\right ) a^{2} b^{2} c^{2} d^{2}+60 \ln \left (\frac {2 b d x +2 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+a d +b c}{2 \sqrt {b d}}\right ) a \,b^{3} c^{3} d -105 \ln \left (\frac {2 b d x +2 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, \sqrt {b d}+a d +b c}{2 \sqrt {b d}}\right ) b^{4} c^{4}+20 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, a^{2} b \,d^{3} x +24 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, a \,b^{2} c \,d^{2} x -140 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, b^{3} c^{2} d x -30 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, a^{3} d^{3}-34 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, a^{2} b c \,d^{2}-50 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, a \,b^{2} c^{2} d +210 \sqrt {b d}\, \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, b^{3} c^{3}\right )}{384 \sqrt {\left (d x +c \right ) \left (b x +a \right )}\, d^{4} b^{3} \sqrt {b d}}\) \(574\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(b*x+a)^(1/2)/(d*x+c)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/384*(b*x+a)^(1/2)*(d*x+c)^(1/2)*(-96*b^3*d^3*x^3*((d*x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)-16*a*b^2*d^3*x^2*((d*x
+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+112*b^3*c*d^2*x^2*((d*x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+15*ln(1/2*(2*b*d*x+2*((d*
x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+a*d+b*c)/(b*d)^(1/2))*a^4*d^4+12*ln(1/2*(2*b*d*x+2*((d*x+c)*(b*x+a))^(1/2)*(b*
d)^(1/2)+a*d+b*c)/(b*d)^(1/2))*a^3*b*c*d^3+18*ln(1/2*(2*b*d*x+2*((d*x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+a*d+b*c)/(
b*d)^(1/2))*a^2*b^2*c^2*d^2+60*ln(1/2*(2*b*d*x+2*((d*x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+a*d+b*c)/(b*d)^(1/2))*a*b
^3*c^3*d-105*ln(1/2*(2*b*d*x+2*((d*x+c)*(b*x+a))^(1/2)*(b*d)^(1/2)+a*d+b*c)/(b*d)^(1/2))*b^4*c^4+20*(b*d)^(1/2
)*((d*x+c)*(b*x+a))^(1/2)*a^2*b*d^3*x+24*(b*d)^(1/2)*((d*x+c)*(b*x+a))^(1/2)*a*b^2*c*d^2*x-140*(b*d)^(1/2)*((d
*x+c)*(b*x+a))^(1/2)*b^3*c^2*d*x-30*(b*d)^(1/2)*((d*x+c)*(b*x+a))^(1/2)*a^3*d^3-34*(b*d)^(1/2)*((d*x+c)*(b*x+a
))^(1/2)*a^2*b*c*d^2-50*(b*d)^(1/2)*((d*x+c)*(b*x+a))^(1/2)*a*b^2*c^2*d+210*(b*d)^(1/2)*((d*x+c)*(b*x+a))^(1/2
)*b^3*c^3)/((d*x+c)*(b*x+a))^(1/2)/d^4/b^3/(b*d)^(1/2)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(b*x+a)^(1/2)/(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

________________________________________________________________________________________

Fricas [A]
time = 0.90, size = 546, normalized size = 2.18 \begin {gather*} \left [-\frac {3 \, {\left (35 \, b^{4} c^{4} - 20 \, a b^{3} c^{3} d - 6 \, a^{2} b^{2} c^{2} d^{2} - 4 \, a^{3} b c d^{3} - 5 \, a^{4} d^{4}\right )} \sqrt {b d} \log \left (8 \, b^{2} d^{2} x^{2} + b^{2} c^{2} + 6 \, a b c d + a^{2} d^{2} - 4 \, {\left (2 \, b d x + b c + a d\right )} \sqrt {b d} \sqrt {b x + a} \sqrt {d x + c} + 8 \, {\left (b^{2} c d + a b d^{2}\right )} x\right ) - 4 \, {\left (48 \, b^{4} d^{4} x^{3} - 105 \, b^{4} c^{3} d + 25 \, a b^{3} c^{2} d^{2} + 17 \, a^{2} b^{2} c d^{3} + 15 \, a^{3} b d^{4} - 8 \, {\left (7 \, b^{4} c d^{3} - a b^{3} d^{4}\right )} x^{2} + 2 \, {\left (35 \, b^{4} c^{2} d^{2} - 6 \, a b^{3} c d^{3} - 5 \, a^{2} b^{2} d^{4}\right )} x\right )} \sqrt {b x + a} \sqrt {d x + c}}{768 \, b^{4} d^{5}}, -\frac {3 \, {\left (35 \, b^{4} c^{4} - 20 \, a b^{3} c^{3} d - 6 \, a^{2} b^{2} c^{2} d^{2} - 4 \, a^{3} b c d^{3} - 5 \, a^{4} d^{4}\right )} \sqrt {-b d} \arctan \left (\frac {{\left (2 \, b d x + b c + a d\right )} \sqrt {-b d} \sqrt {b x + a} \sqrt {d x + c}}{2 \, {\left (b^{2} d^{2} x^{2} + a b c d + {\left (b^{2} c d + a b d^{2}\right )} x\right )}}\right ) - 2 \, {\left (48 \, b^{4} d^{4} x^{3} - 105 \, b^{4} c^{3} d + 25 \, a b^{3} c^{2} d^{2} + 17 \, a^{2} b^{2} c d^{3} + 15 \, a^{3} b d^{4} - 8 \, {\left (7 \, b^{4} c d^{3} - a b^{3} d^{4}\right )} x^{2} + 2 \, {\left (35 \, b^{4} c^{2} d^{2} - 6 \, a b^{3} c d^{3} - 5 \, a^{2} b^{2} d^{4}\right )} x\right )} \sqrt {b x + a} \sqrt {d x + c}}{384 \, b^{4} d^{5}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(b*x+a)^(1/2)/(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

[-1/768*(3*(35*b^4*c^4 - 20*a*b^3*c^3*d - 6*a^2*b^2*c^2*d^2 - 4*a^3*b*c*d^3 - 5*a^4*d^4)*sqrt(b*d)*log(8*b^2*d
^2*x^2 + b^2*c^2 + 6*a*b*c*d + a^2*d^2 - 4*(2*b*d*x + b*c + a*d)*sqrt(b*d)*sqrt(b*x + a)*sqrt(d*x + c) + 8*(b^
2*c*d + a*b*d^2)*x) - 4*(48*b^4*d^4*x^3 - 105*b^4*c^3*d + 25*a*b^3*c^2*d^2 + 17*a^2*b^2*c*d^3 + 15*a^3*b*d^4 -
 8*(7*b^4*c*d^3 - a*b^3*d^4)*x^2 + 2*(35*b^4*c^2*d^2 - 6*a*b^3*c*d^3 - 5*a^2*b^2*d^4)*x)*sqrt(b*x + a)*sqrt(d*
x + c))/(b^4*d^5), -1/384*(3*(35*b^4*c^4 - 20*a*b^3*c^3*d - 6*a^2*b^2*c^2*d^2 - 4*a^3*b*c*d^3 - 5*a^4*d^4)*sqr
t(-b*d)*arctan(1/2*(2*b*d*x + b*c + a*d)*sqrt(-b*d)*sqrt(b*x + a)*sqrt(d*x + c)/(b^2*d^2*x^2 + a*b*c*d + (b^2*
c*d + a*b*d^2)*x)) - 2*(48*b^4*d^4*x^3 - 105*b^4*c^3*d + 25*a*b^3*c^2*d^2 + 17*a^2*b^2*c*d^3 + 15*a^3*b*d^4 -
8*(7*b^4*c*d^3 - a*b^3*d^4)*x^2 + 2*(35*b^4*c^2*d^2 - 6*a*b^3*c*d^3 - 5*a^2*b^2*d^4)*x)*sqrt(b*x + a)*sqrt(d*x
 + c))/(b^4*d^5)]

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(b*x+a)**(1/2)/(d*x+c)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 1.50, size = 291, normalized size = 1.16 \begin {gather*} \frac {{\left (\sqrt {b^{2} c + {\left (b x + a\right )} b d - a b d} {\left (2 \, {\left (b x + a\right )} {\left (4 \, {\left (b x + a\right )} {\left (\frac {6 \, {\left (b x + a\right )}}{b^{4} d} - \frac {7 \, b^{13} c d^{5} + 17 \, a b^{12} d^{6}}{b^{16} d^{7}}\right )} + \frac {35 \, b^{14} c^{2} d^{4} + 50 \, a b^{13} c d^{5} + 59 \, a^{2} b^{12} d^{6}}{b^{16} d^{7}}\right )} - \frac {3 \, {\left (35 \, b^{15} c^{3} d^{3} + 15 \, a b^{14} c^{2} d^{4} + 9 \, a^{2} b^{13} c d^{5} + 5 \, a^{3} b^{12} d^{6}\right )}}{b^{16} d^{7}}\right )} \sqrt {b x + a} - \frac {3 \, {\left (35 \, b^{4} c^{4} - 20 \, a b^{3} c^{3} d - 6 \, a^{2} b^{2} c^{2} d^{2} - 4 \, a^{3} b c d^{3} - 5 \, a^{4} d^{4}\right )} \log \left ({\left | -\sqrt {b d} \sqrt {b x + a} + \sqrt {b^{2} c + {\left (b x + a\right )} b d - a b d} \right |}\right )}{\sqrt {b d} b^{3} d^{4}}\right )} b}{192 \, {\left | b \right |}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(b*x+a)^(1/2)/(d*x+c)^(1/2),x, algorithm="giac")

[Out]

1/192*(sqrt(b^2*c + (b*x + a)*b*d - a*b*d)*(2*(b*x + a)*(4*(b*x + a)*(6*(b*x + a)/(b^4*d) - (7*b^13*c*d^5 + 17
*a*b^12*d^6)/(b^16*d^7)) + (35*b^14*c^2*d^4 + 50*a*b^13*c*d^5 + 59*a^2*b^12*d^6)/(b^16*d^7)) - 3*(35*b^15*c^3*
d^3 + 15*a*b^14*c^2*d^4 + 9*a^2*b^13*c*d^5 + 5*a^3*b^12*d^6)/(b^16*d^7))*sqrt(b*x + a) - 3*(35*b^4*c^4 - 20*a*
b^3*c^3*d - 6*a^2*b^2*c^2*d^2 - 4*a^3*b*c*d^3 - 5*a^4*d^4)*log(abs(-sqrt(b*d)*sqrt(b*x + a) + sqrt(b^2*c + (b*
x + a)*b*d - a*b*d)))/(sqrt(b*d)*b^3*d^4))*b/abs(b)

________________________________________________________________________________________

Mupad [F(-1)]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \text {Hanged} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^3*(a + b*x)^(1/2))/(c + d*x)^(1/2),x)

[Out]

\text{Hanged}

________________________________________________________________________________________